home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 38
/
Amiga Format CD38 (1999-03-15)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-04].iso
/
-in_the_mag-
/
reader_requests
/
dice_v3.15
/
include
/
alloca.h
next >
Wrap
C/C++ Source or Header
|
1999-01-26
|
232b
|
17 lines
/*
* $VER: alloca.h 1.0 (17.4.93)
*
* (c)Copyright 1992 Obvious Implementations Corp, All Rights Reserved
*/
#ifndef ALLOCA_H
#define ALLOCA_H
extern __regargs void *_dice_alloca(long);
#define alloca _dice_alloca
#endif